home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / winnam < prev    next >
Text File  |  2001-03-21  |  620b  |  25 lines

  1. Synopsis:
  2.    $winnam(<refnum>)
  3.  
  4. Technical:
  5.    This returns the window name of the window specified by <refnum>, if it
  6.    has one. If no arguments are passed, the function defaults to the current
  7.    window.
  8.  
  9. Practical:
  10.    This function is useful to scripts that need to know the name of the
  11.    current window.
  12.  
  13. Returns:
  14.    Name of the window specified by <refnum>, or name of the current window if
  15.    no arguments are passed.
  16.    
  17.    Nothing is returned if the window has no name.
  18.  
  19. Examples:
  20.    $winnum()            returns name of current window, if any
  21.  
  22. See Also:
  23.    set(4) status_window; winnum(6)
  24.  
  25.